MindFusion.Wpf Pack Programmer's Guide
DateCollection.CopyTo Method
See Also
 





Copies the dates of the collection to an System.Array, starting at a particular System.Array index.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public void CopyTo (
    DateTime[] array,
    int arrayIndex
)

Visual Basic  Copy Code

Public Sub CopyTo( _
    array() As DateTime, _
    arrayIndex As Integer _
)

 Parameters

array
The one-dimensional System.Array that is the destination of the dates copied from the collection. The System.Array must have zero-based indexing.
arrayIndex

The zero-based index in array at which copying begins.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Wpf Namespace